home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
p4
/
p4-1_2c.lha
/
p4-1.2c
/
lib
/
p4_globals.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-05-24
|
544b
|
28 lines
#ifdef GLOBAL
#define PUBLIC
#else
#define PUBLIC extern
#endif
/* Debugging information */
PUBLIC char procgroup_file[100];
PUBLIC char bm_outfile[100];
PUBLIC char rm_outfile_head[100];
PUBLIC char whoami_p4[100];
PUBLIC int debug_level, remote_debug_level;
PUBLIC int logging_flag;
/* Other global data */
PUBLIC char local_domain[100];
PUBLIC int globmemsize;
PUBLIC int sserver_port;
PUBLIC int no_remotes;
#ifdef SYSV_IPC
PUBLIC int sysv_num_shmids;
PUBLIC int sysv_shmid[P4_MAX_SYSV_SHMIDS];
PUBLIC int sysv_semid0;
#endif